home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / comm / irc / DalHelper.readme < prev    next >
Text File  |  2000-05-02  |  8KB  |  246 lines

  1. Short:    Interface to Dalnet Services: (Chan/Memo/Nick services)
  2. Author:   strdustr@ptd.net (StarDustr)
  3. Uploader: strdustr@ptd.net (StarDustr)
  4. Type:     comm/irc
  5.  
  6. VERSION:        :  $VER: DalHelper.amirx 5.24 (29.02.00)
  7. VERSION:        :  $VER: DalHelperID.amirx 1.0 (27.09.99)
  8.  
  9. Requirements:
  10.  
  11.     1.    AmIRC installed, running correctly with RexxMSGPort.
  12.     2.    Recommended that you make   Rx  resident.
  13.     3.    MCF_Buttons.amirx (Version 5.1+) installed.
  14.         (Optional, required for buttons plugin.)
  15.  
  16.  
  17. Updates to 5.24:
  18.  
  19.     Changed reply literal being scanned for on a password change.
  20.     Changed format of Chanserv Set Passwd command.
  21.  
  22. Updates to 5.23:
  23.  
  24.     Something I forgot to note,  so, no entry here.
  25.  
  26. Updates to 5.22:
  27.  
  28.     Something I forgot to note,  so, no entry here.
  29.  
  30. Updates to 5.21:
  31.  
  32.     Fixed Chanserv UNBan command. The Cleared message from
  33.     Chanserv changed and the auto-rejoin was never happening.
  34.  
  35. Updates to 5.20:
  36.  
  37.     IDALL no longer changes your nickname as it is not
  38.     required to update the last-seen timestamp on the nick.
  39.     IDALL now waits for Chanserv to OP you in a registered
  40.     channel before it leaves the channel.
  41.  
  42. New/Updates to 5.19:
  43.  
  44.     Added new script to Auto-ID your current nick:
  45.       DalHelperID.amirx  (Read  DalHelperID.readme)
  46.     Removed obsolete ChanServ Voice functions:
  47.       Add, List, Delete, Wipe.
  48.     Updated ChanServ DEOP function to current format.
  49.  
  50. New to 5.18:
  51.  
  52.     Added new ChanServ functions:
  53.       VOP Add, Del, List, and Wipe
  54.     Removed obsolete ChanServ functions:
  55.       AOP Clean
  56.       SOP Clean
  57.     Removed obsolete NickServ functions:
  58.       Set EMail
  59.       Set ShowEmail
  60.  
  61. New to 5.17:
  62.  
  63.     Added new ChanServ functions:
  64.       AOP Clean and Wipe
  65.       AKick Wipe
  66.       SOP Clean and Wipe
  67.     Added new NickServ functions:
  68.       Set NoOp
  69.       Set EMail
  70.       Set ShowEmail
  71.  
  72. New/Updates to 5.16:
  73.  
  74.     Added new ChanServ function:  WHY
  75.     Updated file "DalHelper.doc" with more current help
  76.      on Dalnet Services.
  77.     Added new buttons to MCF_Buttons PlugIns.
  78.  
  79. New to 5.15:
  80.  
  81.     Added ChanServ function ACCESS for listing
  82.      a user's access on a registered channel.
  83.  
  84. New/Updates to 5.14:
  85.  
  86.     Added new MemoServ function:  SendSOP 
  87.      sends a memo to all SOPs of a channel.
  88.     Added new MemoServ function:  Foward
  89.      forwards your memos to another registered nick
  90.      (Password of forwarding nick need to be in MCF.Dal)
  91.     Fixed a small coding problem that resulted in the
  92.      wrong Nick/Channel being used when none was entered.
  93.  
  94. Updates to 5.13:
  95.  
  96.     Changed how Version information is handled.
  97.     Changed how DalHelper creates/updates the MCF.Dal data file.
  98.  
  99. Updates to 5.12:
  100.  
  101.     Changed how commands were parsed and then issued
  102.     to the correct services bot.
  103.     Changed "DalDest" variable to be equal to the complete
  104.     command instead of just the destination.
  105.  
  106. New to 5.11:
  107.  
  108.     Added code to recognize IRC Server command 440
  109.     as meaning Services are down and DalHelper shouldn't
  110.     wait for a response from it.
  111.     Added code to help ensure that DalHelper does not
  112.     write a NULL entry to the "MCF.Dal" file.
  113.     Moved old code handling IRC Server command 433 so
  114.     that they are actually processed instead of skipped.
  115.     Removed code handling IRC Server command 401 since
  116.     using Services new command format results in a 440.
  117.     Added storage of Nick/Channel URLs and Channel ModeLock
  118.     to the MCF.Dal file for future use by upcoming GUI.
  119.     Added DalHelper.amirx VERSION checking before
  120.     copying it from the archive to your HD.
  121.     Added FileSize check of any found "MCF.Dal" file.
  122.     If file is smaller than 35 bytes, the Installer will
  123.     walk you thru re-building a new one.
  124.  
  125. New to 5.10:
  126.  
  127.     Added ChanServ INVITE command.
  128.     Services have been UPDATED.  For more guaranteed
  129.     security, there are now server commands:
  130.     ChanServ,  NickServ,  and  MemoServ.
  131.     DalHelper now uses these commands instead of sending
  132.     a /MSG to the appropriate nick.
  133.  
  134. New to 5.9:
  135.  
  136.     Added New ChanServ feature:  Count.
  137.     This function is restricted to channel AOPs and above.
  138.     It returns the number of channel AOPs, SOPs, and AKicks.
  139.  
  140. New to 5.8:
  141.  
  142.     Seems that with Dal's latest server upgrade, you
  143.     can't change nick too quick, so I added a 30
  144.     second wait between Nick changes.
  145.  
  146. New to 5.7:
  147.  
  148.     Fixed a bug in the read routine.  Seems it didn't
  149.     always grab the last entry in the MCF.Dal file.
  150.  
  151. New to 5.6:
  152.  
  153.     Added scanning for IRC error code 433 when
  154.     in Nick change cycle of IDA function.
  155.     (Nick change too fast)
  156.  
  157. New to 5.5:
  158.  
  159.     IDA function now joins all Regged channels that
  160.     you are not already on.
  161.     Added a Cancel Wait-Loop function.
  162.         USAGE:  /msg YourNick %DAL
  163.     This will cause DalHelper to cease waiting for
  164.     a response from services and exit the script.
  165.     Added a check for IRC error code 401 on response
  166.     to a PRIVMSG to services. (No such Nick/Channel)
  167.     Script will exit Wait-Loop if this occurs.
  168.  
  169. New to 5.4:
  170.  
  171.     Added new function:  IDA.  This function will
  172.     change your nick to all your registered nicks,
  173.     Identify them to NickServ, then Identify all
  174.     your registered channels to ChanServ.
  175.         USAGE:  /Rx DalHelper IDA
  176.  
  177. New to 5.3:
  178.  
  179.     Added code to set Clips with About information
  180.     for display in future GUI About function and
  181.     Version which next release of MCF4AmIRC will
  182.     display upon receiving a VERSION request.
  183.     Added new function for removing the clips before
  184.     quitting the net.
  185.         USAGE:  /Rx DalHelper QUIT
  186.  
  187. Bug Fix to 5.2:
  188.  
  189.     Had the wrong OFF option coded for ChanServ
  190.     Set TopicLock function.
  191.     Added 2 new buttons in the DalHelper PlugIn
  192.     for MCF_Buttons.
  193.  
  194. New to 5.1:
  195.  
  196.     A new Security feature for users who use
  197.     other users' Amigas or for those who have
  198.     more than 1 user on thier Amiga.  If you
  199.     have a disk labeled  DalHelper  or make
  200.     an assignment of  DalHelper:  to a directory,
  201.     that location will be searched for the file
  202.     MCF.Dal (password file) first before the
  203.     AmIRC root directory is searched.  If found,
  204.     it will use the MCF.Dal found in DalHelper:.
  205.  
  206. New to 5.0:
  207.  
  208.     MemoServ functions are now included.
  209.     NickServ and ChanServ functions updated.
  210.     Minor bugs found and corrected.
  211.     Corrected bug found in Installer script
  212.      and upgraded it's version to 5.0.1.
  213.     Found and corrected another Installer
  214.      script bug.  Now version 5.0.2.
  215.  
  216.  
  217. ============================= Archive contents =============================
  218.  
  219. Original  Packed Ratio    Date     Time    Name
  220. -------- ------- ----- --------- --------  -------------
  221.      628     279 55.5% 27-Mar-97 17:43:02  DalHelper.info
  222.     2657     646 75.6% 27-Sep-99 20:46:58 +Docs.info
  223.    29891    8655 71.0% 29-Feb-00 20:03:26 +DalHelper.doc
  224.     1901    1387 27.0% 27-Sep-99 20:46:58 +DalHelper.doc.info
  225.     6079    2538 58.2% 29-Feb-00 20:06:44 +DalHelper.readme
  226.     1901    1381 27.3% 27-Sep-99 20:46:58 +DalHelper.readme.info
  227.      668     411 38.4% 27-Sep-99 20:28:08 +DalHelperID.readme
  228.     1901    1382 27.3% 27-Sep-99 20:46:58 +DalHelperID.readme.info
  229.     2502    1140 54.4% 27-Sep-99 20:19:30 +DISCLAIMER
  230.     1901    1381 27.3% 27-Sep-99 20:46:58 +DISCLAIMER.info
  231.     2841    1014 64.3% 27-Sep-99 20:21:40 +PlugIn.readme
  232.     1901    1381 27.3% 27-Sep-99 20:47:00 +PlugIn.ReadMe.info
  233.     5047    1579 68.7% 24-Oct-99 12:24:26 +Install_DalHelper
  234.      707     356 49.6% 27-Sep-99 20:46:58 +Install_DalHelper.info
  235.     1967    1006 48.8% 27-Sep-99 20:46:58 +Install_PlugIns.info
  236.    11262    2414 78.5% 19-Oct-97 18:39:40 +Install_PlugIns.rexx
  237.     2657     644 75.7% 27-Sep-99 20:46:58 +No_Help_PlugIns.info
  238.     1903     598 68.5% 27-Sep-99 20:37:22 +DalHelper.PlugIn
  239.     2657     645 75.7% 27-Sep-99 20:46:58 +PlugIns.info
  240.     4217    1229 70.8% 27-Sep-99 20:36:52 +DalHelper.PlugIn
  241.     1233     802 34.9% 27-Sep-99 20:46:58 +Rexx.info
  242.    14896    3937 73.5% 29-Feb-00 20:02:38 +DalHelper.amirx
  243.      565     369 34.6% 27-Sep-99 20:43:06 +DalHelperID.amirx
  244. -------- ------- ----- --------- --------
  245.   101882   35174 65.4% 01-Mar-100 19:58:54   23 files
  246.